home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / network / blts493.zip / GENCOMP.TXT < prev    next >
Text File  |  1992-07-06  |  4KB  |  87 lines

  1. LANtastic Compatibility Questions and Answers
  2. -------------------------------------------------------------------------------        
  3.  
  4. Users and manufacturers often have questions about whether an application is 
  5. compatible with the LANtastic Network Operating System.  Some of the 
  6. commonly asked questions are:
  7.  
  8. Q:  "How do I know if my application is compatible with the LANtastic Network 
  9. Operating System?"   
  10.  
  11. A:  Although the only way to assure compatibility is through comprehensive 
  12. testing, the following checklists can help you determine whether an application 
  13. may already be compatible.
  14.  
  15. An application is very likely compatible with LANtastic if:
  16.  
  17.     * It is compatible with MS-DOS 3.1 and above.
  18.     * It is advertised as "network aware," and/or as supporting DOS-based LANs.
  19.     * It is advertised as NetBIOS compatible.
  20.     * It uses DOS file and record locking conventions via SHARE.EXE.
  21.     * It supports other DOS-based peer-to-peer LANs such as IBM PC LAN or 
  22.       Microsoft's MS-NET.
  23.  
  24. An application is likely not to be compatible with LANtastic if:
  25.  
  26.     * It is advertised as compatible with only Novell NetWare.  Specifically,
  27.     it uses the Netware API or is in an NLM format.
  28.     * It was designed for pre- 3.1 versions of MS-DOS.
  29.  
  30. An application may or may not be compatible if:
  31.  
  32.     * It requires physical access to a hardware device (dongle, tape drive 
  33.       adapter, etc.).
  34.     * It was designed as a single-user application.
  35.     * It is a TSR (Terminate, Stay Resident) program.
  36.  
  37.  
  38. Q:  "I get a 'Sharing Violation' error message whenever a second user tries to 
  39. run my network aware program.  How do I mark a file as shareable on a 
  40. LANtastic server?"
  41.  
  42. A:  There are two issues here.  Let's cover them one at a time:   
  43.  
  44. First, files do not need to be marked as shareable on a LANtastic server.  
  45. LANtastic relies on DOS's SHARE.EXE program for file and record locking 
  46. support.  In fact, LANtastic does not have its own file system, it uses DOS for 
  47. all file operations.  So, when your program opens a file, it will need to open 
  48. it in a DOS file sharing mode.  Most popular computer languages support shared 
  49. file opens and  the language reference manual should have full details.
  50.  
  51. Second, what causes a "Sharing Violation" when you know your software is 
  52. network aware?  This will happen if two users attempt to access the same 
  53. network file and the first user has exclusive access to that file.  If you get a
  54. sharing violation right as the second user tries to start up a program from a 
  55. network drive, then it's probably because the first user has exclusive access to 
  56. an executable or overlay file associated with the application.  To correct this, 
  57. mark the program's executable and overlay files as read-only using the DOS 
  58. ATTRIB command.  For example,  issuing this command
  59.  
  60.     ATTRIB +R *.EXE
  61.  
  62. in the program directory will mark all executable files as read-only.  Use the 
  63. same command on all .OVR or .OVL files as well.  If you still have problems, 
  64. contact the product manufacturer or Artisoft Technical Support.
  65.  
  66. Q:  "I have heard about Artisoft's LANtastic Compatibility Program.  Do I have 
  67. to enroll in this program to get help resolving a possible compatibility problem 
  68. with my application?"
  69.  
  70. A:  No, you do not.  If you have a problem running any application with 
  71. LANtastic, contact our Technical Support department and Artisoft will work with 
  72. you to find a solution.  Application developers/manufacturers who are interested 
  73. in the LANtastic Compatibility Program's benefits may obtain more information 
  74. about it by calling Artisoft at 602/293-4000
  75.  
  76. If you have questions about a specific application, whether you believe it is 
  77. compatible with LANtastic or not, please call our free Technical Support help 
  78. line at 602/293-6363.  Our expert technical support staff is available Monday 
  79. through Friday 7:00 a.m. to 5:00 p.m. (MST) to assist you.
  80.  
  81.  
  82. -------------------------------------------------------------------------------
  83. ARTISOFT, Inc. Makes no warranties as to the completeness or accuracy of this 
  84. document.  LANtastic is a trademark of ARTISOFT, Inc.  Brand names, company 
  85. names, and product names are trademarks or registered trademarks of their 
  86. respective companies.
  87.